Share via


ConfigurationHelper.GetString Method (IDictionary<String, Object>, String, Boolean)

 

Gets the helper string.

Namespace:   Microsoft.WindowsAzure.Common.Internals
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Syntax

public static string GetString(
    IDictionary<string, object> parameters,
    string name,
    bool isRequired = true
)
public:
static String^ GetString(
    IDictionary<String^, Object^>^ parameters,
    String^ name,
    bool isRequired = true
)
static member GetString : 
        parameters:IDictionary<string, Object> *
        name:string *
        isRequired:bool = true -> string
Public Shared Function GetString (
    parameters As IDictionary(Of String, Object),
    name As String,
    isRequired As Boolean
) As String

Parameters

  • isRequired
    Type: System.Boolean

    The indicator of whether the string is required. true if the string is required; otherwise, false.

Return Value

Type: System.String

The helper string.

See Also

ConfigurationHelper Class
Microsoft.WindowsAzure.Common.Internals Namespace

Return to top