ImageFormat.ToString 方法

定义

将此 ImageFormat 对象转换为可读的字符串。Converts this ImageFormat object to a human-readable string.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

返回

String

表示此 ImageFormat 对象的字符串。A string that represents this ImageFormat object.

适用于