コード例 #1
0
 private string GetBinaryOctet(int octetIndex)
 {
     return(Address.GetOctetValue(octetIndex).ToBinaryString());
 }