PluginsManager.TryParseGuid Method

Attempts to parse the specified string as Guid.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static bool TryParseGuid(
	string s,
	out Guid guid
)

Parameters

s  String
String to parse.
guid  Guid
Receives the resulting Guid value. Unless the string is recognized receives Empty.

Return Value

Boolean
true if the specified string is recognized as Guid.

See Also