ResXFileRefTryParse Method

Converts the string representation of a file reference to a ResXFileRef instance. A return value indicates whether the conversion succeeded.

Definition

Namespace: KGySoft.Resources
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public static bool TryParse(
	string? s,
	out ResXFileRef result
)

Parameters

s  String
The string representation of the file reference to convert.
result  ResXFileRef
When this method returns, contains a ResXFileRef instance that represents the file reference specified in s, if the conversion succeeded, or if the conversion failed.

Return Value

Boolean
if s was converted successfully; otherwise, .

See Also