Click or drag to resize
XmlSerializationWriterFromChar Method
Produces a string from an input System.Char.

Namespace: System.Xml.Serialization
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
protected static string FromChar(
	char value
)

Parameters

value
Type: SystemChar
A System.Char to translate to a string.

Return Value

Type: String
The System.Char value converted to a string.
See Also