StringConverterTryParse(String, Guid) Method

Tries to convert the specified string to its System.Guid equivalent.

Definition

Namespace: Common.Wpf.Converters
Assembly: Common.Wpf.Resources (in Common.Wpf.Resources.dll) Version: 2.0.6
C#
public static bool TryParse(
	ref string value,
	out Guid result
)

Parameters

value  String
A string containing the value to convert.
result  Guid
If the conversion succeeded, contains the value.

Return Value

Boolean
if value was converted successfully.

See Also