System.Data.ProviderBase.Int32ReaderCacheContainer.IsNumeric C# (CSharp) Méthode

IsNumeric() public méthode

public IsNumeric ( ) : bool
Résultat bool
		public override bool IsNumeric() {
			return true;
		}