LightSwitch HTML Edition
GetFormattedValue(Int32) Method






Index of the field whose value should be retrieved.
Gets a formatted value from the Values array.
Syntax
'Declaration
 
Public Overloads Function GetFormattedValue( _
   ByVal index As System.Integer _
) As System.String
'Usage
 
Dim instance As C1OlapKey
Dim index As System.Integer
Dim value As System.String
 
value = instance.GetFormattedValue(index)
public System.string GetFormattedValue( 
   System.int index
)
public function GetFormattedValue( 
    index: System.Integer
): System.String; 
public function GetFormattedValue( 
   index : System.int
) : System.String;
public: System.string* GetFormattedValue( 
   System.int index
) 
public:
System.String^ GetFormattedValue( 
   System.int index
) 

Parameters

index
Index of the field whose value should be retrieved.

Return Value

The formatted value for the given index.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1OlapKey Class
C1OlapKey Members
Overload List

Send Feedback