NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

String.ToSingle

Returns a string representing the specified number as a Single.

[Visual Basic]
Overridable Public Function ToSingle() As Single
[C#]
public virtual float ToSingle();
[C++]
public: virtual float ToSingle();
[JScript]
public function ToSingle() : float;

Return Value

The string represented as a Single.

Remarks

The ToSingle implementation is the same as ToString. (In addition information, see Single, Convert and Value.)

See Also

String Class | String Members | System Namespace