예제 #1
0
파일: Tag.cs 프로젝트: digimarc-corp/ntiff
 public override string GetString()
 {
     return("0x" + RawValue.PrettyPrint());
 }