IDebugConvert2 인터페이스

정의

데이터를 한 형식에서 다른 형식으로 변환하는 유틸리티 메서드를 정의합니다. 디버거에서 표시할 String 수 있도록 값을 개체로 변환하는 메서드를 포함합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public interface class IDebugConvert2
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("B370D709-72BD-4696-9825-C4EBADBF98CB")]
public interface IDebugConvert2
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("B370D709-72BD-4696-9825-C4EBADBF98CB")>]
type IDebugConvert2 = interface
Public Interface IDebugConvert2
파생
특성

메서드

Name Description
DecimalToString(Decimal)

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

클래스에서 구현되는 경우 지정된 Decimal 값을 String.로 변환합니다.

적용 대상

추가 정보