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

IsNumeric() 공개 메소드

public IsNumeric ( ) : bool
리턴 bool
		public virtual bool IsNumeric() {
			return false;
		}