Enum CharsToIgnore.Types.CommonCharsToIgnore (3.5.0)

public enum CommonCharsToIgnore

Convenience enum for indication common characters to not transform.

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Fields

NameDescription
AlphaLowerCase

a-z

AlphaUpperCase

A-Z

Numeric

0-9

Punctuation

US Punctuation, one of !"#$%&'()*+,-./:;<=>?@[]^_`{|}~

Unspecified

Unused.

Whitespace

Whitespace character, one of [ \t\n\x0B\f\r]