ConversionGetGuid Method

Return the guid portion of the caller's string.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static string GetGuid(
	string value
)

Parameters

value  String
Raw value having formatted guid content.

Return Value

String
String value containing guid.

See Also