Click or drag to resize

MPUtilityToGuid Method

Converts the input string to the type 'System.Guid'.

Namespace:  Colygon.MatchPoint.Core
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public static Guid ToGuid(
	string guid
)

Parameters

guid
Type: SystemString

Return Value

Type: Guid
See Also