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