System.Data.ProviderBase.DecimalReaderCacheContainer.IsNumeric C# (CSharp) 메소드

IsNumeric() 공개 메소드

public IsNumeric ( ) : bool
리턴 bool
		public override bool IsNumeric() {
			return true;
		}