예제 #1
0
 public static void AssertValue(this XElement element, UInt48 expectedValue)
 {
     element.AssertValue(expectedValue.ToString("x12"));
 }