C# 클래스 Core.Framework.MEF.Extensions.StringExtensions

Provides extension methods for the string type.
파일 보기 프로젝트 열기: coreframework/Core-Framework

공개 메소드들

메소드 설명
Format ( this @string ) : String

Formats the given String using the specified culture and arguments.

Format ( this @string, CultureInfo culture ) : String

Formats the given String using the specified culture and arguments.

메소드 상세

Format() 공개 정적인 메소드

Formats the given String using the specified culture and arguments.
If the input string, or any arguments are null. If the input String is invalid, or the index of a format item is less than zero, or greater than or equal to the length of the args array.
public static Format ( this @string ) : String
@string this
리턴 String

Format() 공개 정적인 메소드

Formats the given String using the specified culture and arguments.
If the input string, or any arguments are null. If the input String is invalid, or the index of a format item is less than zero, or greater than or equal to the length of the args array.
public static Format ( this @string, CultureInfo culture ) : String
@string this
culture System.Globalization.CultureInfo The culture used to format the string.
리턴 String