XmlElementConverter.GetXsdBool Method

Definition

Namespace: ASNA.DataGate.Common
Assembly: ASNA.QSys.DataGate.Client.dll

Converts a boolean value to its equivalent string representation in XSD format.

string GetXsdBool(bool value)

Converts a boolean value to its equivalent string representation in XSD format.

string GetXsdBool(bool value)

Parameters

Type Parameter name Description
Boolean value The boolean value to convert.

Returns

Type Description
String The string representation of the boolean value in XSD format.

See Also