TrackableIdExtension
Declaration
public static class TrackableIdExtensionMethods
| Name | Type | Summary |
|---|---|---|
| static FromBytes | TrackableId | - |
| static FromNativeUuid | TrackableId | Converts a native NSDK UUID string to a TrackableId. This can then be passed back into native to get the original UUID. This is the inverse of ToNsdkHexString. Takes either a 32 character string or a 33 character string with a dash. |
| static NsdkHexStringToUlongs | bool | - |
| static ToBytes | byte[] | - |
| static ToNsdkHexString | string | - |