XmlSerializationWriterFromChar Method |
Produces a string from an input System.Char.
Namespace: System.Xml.SerializationAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax protected static string FromChar(
char value
)
Parameters
- value
- Type: SystemChar
A System.Char to translate to a string.
Return Value
Type:
StringThe System.Char value converted to a string.
See Also