XmlSerializationReader.ToDateTime(String) 方法
定义
protected:
static DateTime ToDateTime(System::String ^ value);
protected static DateTime ToDateTime (string value);
static member ToDateTime : string -> DateTime
Protected Shared Function ToDateTime (value As String) As DateTime
参数
返回
DateTime 对象。A DateTime object.
注解
的受保护成员 XmlSerializationReader 仅供在 .NET FRAMEWORK XML 序列化基础结构内部使用的派生类使用。The protected members of XmlSerializationReader are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.
此 ToDateTime 方法是静态的。The ToDateTime method is static.