C# Class IfcDoc.Schema.SGuid

Exibir arquivo Open project: BuildingSMART/IfcDoc

Public Methods

Method Description
Format ( System.Guid pGuid ) : string
New ( ) : SGuid
Parse ( string format64 ) : System.Guid
SGuid ( System.Guid value ) : System
ToGuid ( ) : System.Guid
ToString ( ) : string

Private Methods

Method Description
cv_from_64 ( string str ) : uint
cv_to_64 ( uint number, int nDigits ) : string

Method Details

Format() public static method

public static Format ( System.Guid pGuid ) : string
pGuid System.Guid
return string

New() public static method

public static New ( ) : SGuid
return SGuid

Parse() public static method

public static Parse ( string format64 ) : System.Guid
format64 string
return System.Guid

SGuid() public method

public SGuid ( System.Guid value ) : System
value System.Guid
return System

ToGuid() public method

public ToGuid ( ) : System.Guid
return System.Guid

ToString() public method

public ToString ( ) : string
return string