Share via


SingleValue.ToSingle(SingleValue) Method

Definition

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.

Applies to