AdoDotNetObjectIdentifierConverter.UnformatPart(String, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
删除标识符部分的格式,如剪裁前导空格和尾随空格以及删除引号。
protected:
override System::Object ^ UnformatPart(System::String ^ typeName, System::String ^ identifierPart);
protected override object UnformatPart (string typeName, string identifierPart);
override this.UnformatPart : string * string -> obj
Protected Overrides Function UnformatPart (typeName As String, identifierPart As String) As Object
参数
- typeName
- String
数据对象类型的名称。
- identifierPart
- String
格式化标识符部分。
返回
新的标识符部分,不包含其格式。