This document is archived and information here might be outdated. Recommended version. |
Returns an appropriate textual representation of the specified dimension value.
[Visual Basic .NET] Public Function ConvertDimensionValueToString ( _ ByVal bsDimensionName As String, _ ByVal bsVariableName As String, _ ByVal dimensionValue As Double _ ) As String
[C#] public string ConvertDimensionValueToString ( string bsDimensionName, string bsVariableName, double dimensionValue );
[C++]
HRESULT ConvertDimensionValueToString(
BSTR bsDimensionName,
BSTR bsVariableName,
double dimensionValue
);
[C++]
Parameters bsDimensionName [in]
bsDimensionName is a parameter of type BSTR bsVariableName [in]
bsVariableName is a parameter of type BSTR dimensionValue [in]
dimensionValue is a parameter of type double