System.__DTString.__DTString C# (CSharp) Method

__DTString() private method

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

Same methods

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