메소드 | 설명 | |
---|---|---|
FromIfcGUID ( string guid ) : System.Guid |
Reconstruction of the GUID from an IFC GUID string (base64)
|
|
ToIfcGuid ( System.Guid guid ) : string |
Conversion of a GUID to a string representing the GUID
|
메소드 | 설명 | |
---|---|---|
cv_from_64 ( char str, int start, int len ) : uint |
The reverse function to calculate the number from the characters
|
|
cv_to_64 ( uint number, char &result, int start, int len ) : void |
Conversion of an integer into characters with base 64 using the table base64Chars
|
public static FromIfcGUID ( string guid ) : System.Guid | ||
guid | string | The GUID string to convert. Must be 22 characters long |
리턴 | System.Guid |
public static ToIfcGuid ( System.Guid guid ) : string | ||
guid | System.Guid | The GUID to convert |
리턴 | string |