コード例 #1
0
ファイル: Tag.cs プロジェクト: digimarc-corp/ntiff
 public override string GetString()
 {
     return("0x" + RawValue.PrettyPrint());
 }