public int GetInt32()
 {
     return(m_segment.ToInt32());
 }
Example #2
0
 public Int32 GetInt32()
 {
     return(Segment.ToInt32());
 }