ConfigurationHelper.GetString Method (IDictionary(Of String, Object), String, Boolean)

 

Gets the helper string.

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

Public Shared Function GetString (
	parameters As IDictionary(Of String, Object),
	name As String,
	isRequired As Boolean
) As String

Parameters

parameters
Type: System.Collections.Generic.IDictionary(Of String, Object)

The string parameter.

name
Type: System.String

The string name.

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.

Return to top
Show: