ResXFileRefParse Method

Converts the string representation of a file reference to a ResXFileRef instance.

Definition

Namespace: KGySoft.Resources
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public static ResXFileRef Parse(
	string s
)

Parameters

s  String
The string representation of the file reference to convert.

Return Value

ResXFileRef
A ResXFileRef instance that represents the file reference specified in s.

Exceptions

ArgumentNullExceptions is .
ArgumentExceptions is contains invalid value.

See Also