C# Class Emlid.WindowsIot.Common.StringExtensions

Mostra file Open project: emlid/Navio-SDK-Windows-IoT

Public Methods

Method Description
FilterSpecial ( this value, char placeholder = '?' ) : string

Filters a string down to printable characters.

Method Details

FilterSpecial() public static method

Filters a string down to printable characters.
public static FilterSpecial ( this value, char placeholder = '?' ) : string
value this Raw string to filter.
placeholder char Optional place-holder to replace filtered characters with.
return string