'宣言 Public Shared Function ApplyMask( _ ByVal text As String, _ ByVal mask As String, _ ByVal formatProvider As IFormatProvider, _ ByVal promptCharacter As Char, _ ByVal padCharacter As Char, _ ByVal maskMode As MaskMode _ ) As String
public static string ApplyMask( string text, string mask, IFormatProvider formatProvider, char promptCharacter, char padCharacter, MaskMode maskMode )