2.3.3.3 StringValueWithCode
The StringValueWithCode structure is a ValueWithCode where PrimitiveTypeEnumeration is String (0x12). The StringValue field is serialized as a LengthPrefixedString.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
PrimitiveTypeEnum |
BinaryObjectString (variable) |
||||||||||||||||||||||||||||||
|
... |
|||||||||||||||||||||||||||||||
PrimitiveTypeEnum (1 byte): A PrimitiveTypeEnumeration value that specifies the primitive type of the data. The value MUST be 0x12 (String).
BinaryObjectString (variable): A LengthPrefixedString that contains the string value.