Class StepGuidHelper
Inheritance
System.Object
StepGuidHelper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.IO.Step21
Assembly: Xbim.Common.dll
Syntax
public static class StepGuidHelper
Methods
| Improve this Doc View SourceConvertToBase64(Guid)
Returns the 22 character length base 64 ifc compliant string
Declaration
public static string ConvertToBase64(Guid guid)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Guid | guid |
Returns
| Type | Description |
|---|---|
| System.String |
ToPart21(Guid)
Declaration
public static string ToPart21(this Guid guid)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Guid | guid |
Returns
| Type | Description |
|---|---|
| System.String |