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

  • 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

See Also

Reference

ResourceUtility Class

Microsoft.SPOT Namespace