XmlDictionaryReader.ReadContentAsFloat Method

Definition

Converts a node's content to float.

public:
 override float ReadContentAsFloat();
public override float ReadContentAsFloat ();
override this.ReadContentAsFloat : unit -> single
Public Overrides Function ReadContentAsFloat () As Single

Returns

The float representation of node's content.

Applies to