C# Class TileIconifier.Core.Custom.CustomShortcutExtensionMethods

Mostra file Open project: Jonno12345/TileIconifier

Public Methods

Method Description
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

Method Details

CleanInvalidFilenameChars() public static method

Quick and dirty extension method to remove any invalid characters and replace with a space
public static CleanInvalidFilenameChars ( this input ) : string
input this
return string

EscapeVba() public static method

public static EscapeVba ( this input ) : string
input this
return string

QuoteWrap() public static method

Extension method to wrap a string with double quotes
public static QuoteWrap ( this input ) : string
input this
return string

UnQuoteWrap() public static method

Extension method to wrap a string with double quotes
public static UnQuoteWrap ( this input ) : string
input this
return string

UnescapeVba() public static method

public static UnescapeVba ( this input ) : string
input this
return string