System.__DTString.__DTString C# (CSharp) Méthode

__DTString() private méthode

private __DTString ( String str, DateTimeFormatInfo dtfi, bool checkDigitToken ) : System
str String
dtfi System.Globalization.DateTimeFormatInfo
checkDigitToken bool
Résultat System
        internal __DTString(String str, DateTimeFormatInfo dtfi, bool checkDigitToken) : this (str, dtfi)
        {
            m_checkDigitToken = checkDigitToken;
        }

Same methods

__DTString::__DTString ( String str, DateTimeFormatInfo dtfi ) : System