Method CreateMetadataString
CreateMetadataString(LazyEncodedString?)
Creates a metadata string from the given string
MDString CreateMetadataString(LazyEncodedString? value)
Parameters
value
LazyEncodedStringstring to create as metadata
Returns
- MDString
new metadata string
Remarks
if value
is null then the result
represents an empty string.