GetDelimitedStringResource Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Retrieves the string representation of a specified resource.
Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.Native (in Microsoft.SPOT.Native.dll)
Syntax
'Declaration
Public Shared Function GetDelimitedStringResource ( _
rm As ResourceManager, _
resource As Enum, _
i As Integer _
) As String
public static string GetDelimitedStringResource(
ResourceManager rm,
Enum resource,
int i
)
public:
static String^ GetDelimitedStringResource(
ResourceManager^ rm,
Enum^ resource,
int i
)
static member GetDelimitedStringResource :
rm:ResourceManager *
resource:Enum *
i:int -> string
public static function GetDelimitedStringResource(
rm : ResourceManager,
resource : Enum,
i : int
) : String
Parameters
- rm
Type: System.Resources. . :: . .ResourceManager
The resource manager that contains the specified resource.
- resource
Type: System. . :: . .Enum
An enumerated value that indicates the type of the specified resource.
- i
Type: System. . :: . .Int32
The index number of the resource (in the resource manager's resource collection) for which you want to get the string representation.
Return Value
Type: System. . :: . .String
The string representation of the specified resource.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.