SIFWorks ADK 2.0
SifRefIDToGuid Method (refid)
NamespacesEdustructures.SifWorksSifFormatterSifRefIDToGuid(String)

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

Converts a SIF RefId to a .Net Guid
Declaration Syntax
C#Visual BasicVisual C++
public static Nullable<Guid> SifRefIDToGuid(
	string refid
)
Public Shared Function SifRefIDToGuid ( _
	refid As String _
) As Nullable(Of Guid)
public:
static Nullable<Guid> SifRefIDToGuid (
	String^ refid
)
Parameters
refid (String)
the string formatted as a SIF refid
Return Value
a Guid
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the argument is null
ArgumentExceptionThrown if the input string does not appear to be a valid GUID

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