|
EK RTF report components for .Net
|
function ZeroOut(s: string): boolean;
public boolean ZeroOut(string s);
Public Function ZeroOut(s As string) As boolean
Examines input string for zero value. ZeroOut scans the string for digits. If not zero digit found, the result set to false. If all digits in scanned sequence are zero, the result set to true.
|
Copyright (c) 2007. All rights reserved.
|