SingleValue.ToSingle(SingleValue) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the Single value representation of a SingleValue object.
public static float ToSingle (DocumentFormat.OpenXml.SingleValue xmlAttribute);
public static float ToSingle (DocumentFormat.OpenXml.SingleValue value);
static member ToSingle : DocumentFormat.OpenXml.SingleValue -> single
static member ToSingle : DocumentFormat.OpenXml.SingleValue -> single
Public Shared Function ToSingle (xmlAttribute As SingleValue) As Single
Public Shared Function ToSingle (value As SingleValue) As Single
Parameters
- xmlAttributevalue
- SingleValue
Returns
A Single value that represents a SingleValue object.