XmpInteger

XmpInteger(long)

の新しいインスタンスを初期化しますXmpIntegerclass.

public XmpInteger(long value)
パラメータ タイプ 説明
value Int64 値。

関連項目


XmpInteger(int)

の新しいインスタンスを初期化しますXmpIntegerclass.

public XmpInteger(int value)
パラメータ タイプ 説明
value Int32 値。

関連項目


XmpInteger(string)

の新しいインスタンスを初期化しますXmpIntegerclass.

public XmpInteger(string value)
パラメータ タイプ 説明
value String 文字列値には整数が含まれていました。

例外

例外 調子
ArgumentNullException 値を null にすることはできません。
ArgumentException 文字列値が無効です。

関連項目