Click or drag to resize

GuidHelperTryParse Method

Namespace:  FileHold.Common
Assembly:  FileHold.Common (in FileHold.Common.dll) Version: 17.0.0.0
Syntax
C#
public static bool TryParse(
	string stringGuid,
	out Guid guid
)

Parameters

stringGuid
Type: SystemString
guid
Type: SystemGuid

Return Value

Type: Boolean
See Also