SIFWorks ADK 2.0
GuidToSifRefID Method (guid)
NamespacesEdustructures.SifWorksSifFormatterGuidToSifRefID(Nullable<(Of <Guid>)>)

[This is preliminary documentation and is subject to change.]

Converts a Guid to a string using the SIF format
Declaration Syntax
C#Visual BasicVisual C++
public static string GuidToSifRefID(
	Nullable<Guid> guid
)
Public Shared Function GuidToSifRefID ( _
	guid As Nullable(Of Guid) _
) As String
public:
static String^ GuidToSifRefID (
	Nullable<Guid> guid
)
Parameters
guid (Nullable<(Of <Guid>)>)
the Guid to convert
Return Value
the Guid formatted as a SIF refid or NULL if the Guid? passed in is null

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10