C# Класс Kudu.Core.StringExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
EscapeHashCharacter ( this str ) : string
FormatCurrentCulture ( this format ) : string
FormatInvariant ( this format ) : string
ToSafeFileName ( this str ) : string
Truncate ( this str, int maxLength ) : string

Описание методов

EscapeHashCharacter() публичный статический Метод

public static EscapeHashCharacter ( this str ) : string
str this
Результат string

FormatCurrentCulture() публичный статический Метод

public static FormatCurrentCulture ( this format ) : string
format this
Результат string

FormatInvariant() публичный статический Метод

public static FormatInvariant ( this format ) : string
format this
Результат string

ToSafeFileName() публичный статический Метод

public static ToSafeFileName ( this str ) : string
str this
Результат string

Truncate() публичный статический Метод

public static Truncate ( this str, int maxLength ) : string
str this
maxLength int
Результат string