Share via


PSUtility.TryParseGuid Method

Reserved for internal use.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Shared Function TryParseGuid ( _
    input As String, _
    <OutAttribute> ByRef guid As Guid _
) As Boolean
'Usage
Dim input As String
Dim guid As Guid
Dim returnValue As Boolean

returnValue = PSUtility.TryParseGuid(input, _
    guid)
public static bool TryParseGuid(
    string input,
    out Guid guid
)

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

PSUtility Class

PSUtility Members

Microsoft.Office.Project.Server.Library Namespace