C# Class Microsoft.WindowsAzure.Commands.Common.StringExtensions

Extension methods for strings.
Show file Open project: Azure/azure-powershell

Public Methods

Method Description
FormatInvariant ( this s ) : string

Formats the string with parameters and invariant culture.

Method Details

FormatInvariant() public static method

Formats the string with parameters and invariant culture.
public static FormatInvariant ( this s ) : string
s this The string
return string