IConvertible.ToString(IFormatProvider) 메서드
정의
public:
System::String ^ ToString(IFormatProvider ^ provider);
public string ToString (IFormatProvider provider);
public string ToString (IFormatProvider? provider);
abstract member ToString : IFormatProvider -> string
Public Function ToString (provider As IFormatProvider) As String
매개 변수
- provider
- IFormatProvider
문화권별 형식 지정 정보를 제공하는 IFormatProvider 인터페이스의 구현입니다.An IFormatProvider interface implementation that supplies culture-specific formatting information.
반환
이 인스턴스의 값에 해당하는 String 인스턴스입니다.A String instance equivalent to the value of this instance.