C# Класс TileIconifier.Core.Custom.CustomShortcutExtensionMethods

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

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

Метод Описание
CleanInvalidFilenameChars ( this input ) : string

Quick and dirty extension method to remove any invalid characters and replace with a space

EscapeVba ( this input ) : string
QuoteWrap ( this input ) : string

Extension method to wrap a string with double quotes

UnQuoteWrap ( this input ) : string

Extension method to wrap a string with double quotes

UnescapeVba ( this input ) : string

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

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

Quick and dirty extension method to remove any invalid characters and replace with a space
public static CleanInvalidFilenameChars ( this input ) : string
input this
Результат string

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

public static EscapeVba ( this input ) : string
input this
Результат string

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

Extension method to wrap a string with double quotes
public static QuoteWrap ( this input ) : string
input this
Результат string

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

Extension method to wrap a string with double quotes
public static UnQuoteWrap ( this input ) : string
input this
Результат string

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

public static UnescapeVba ( this input ) : string
input this
Результат string