cSharpLegacyUuid property

String get cSharpLegacyUuid

Returns an HexString for an Uuid stored in C# Legacy Format

Implementation

String get cSharpLegacyUuid =>
    UuidValue.fromByteList(_cSharpFormat(content)).uuid;