ResXFileRefParse Method
Converts the string representation of a file reference to a
ResXFileRef instance.
Namespace: KGySoft.ResourcesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public static ResXFileRef Parse(
string s
)
Public Shared Function Parse (
s As String
) As ResXFileRef
public:
static ResXFileRef^ Parse(
String^ s
)
static member Parse :
s : string -> ResXFileRef
- s String
- The string representation of the file reference to convert.
ResXFileRefA
ResXFileRef instance that represents the file reference specified in
s.