BenSelect Documentation
ColumnScriptEvent Class Methods
See Also  Send Feedback
Selerix.BusinessObjects.View.Census Namespace : ColumnScriptEvent Class


For a list of all members of this type, see ColumnScriptEvent members.

Public Methods

 NameDescription
public MethodAddDaysReturns a new DateTime that adds the specified number of days to the value.  
public MethodAddMonthsReturns a new DateTime that adds the specified number of months to the value.  
public MethodAddYearsReturns a new DateTime that adds the specified number of years to the value.  
public MethodCeilingReturns the smallest integral value that is greater than or equal to the specified decimal number.  
public MethodConcatConcatenates the elements of a specified String array.  
public MethodDaysInMonthReturns the number of days in the specified month and year.  
public MethodDebugOverloaded. Prints the specified message into debug window. (Inherited from Selerix.Foundation.Interfaces.Services.Event)
public MethodFloorRounds a specified Decimal number to the closest integer toward negative infinity.  
public MethodFormatReplaces the format item in a specified string with the string representation of a corresponding object in a specified array. (Inherited from Selerix.Foundation.Interfaces.Services.Event)
public MethodFormatPhoneFormats the phone.  
public MethodFormatSSNFormats the SSN.  
public MethodGetGets the specified column name.  
public MethodGetDateGets the date.  
public MethodGetNumberGets the number.  
public MethodGetTextGets the text.  
public MethodIndexOfReports the zero-based index of the first occurrence of the specified string  
public MethodInsertReturns a new string in which a specified string is inserted at a specified index position.  
public MethodLastIndexOfReports the zero-based index position of the last occurrence of a specified string  
public MethodLeftRetrieves a substring from this instance. The substring starts at zero character position and has a specified length.  
public MethodLenReturn number of characters  
public MethodMidRetrieves a substring from this instance. The substring starts at a specified character position and has a specified length.  
public MethodModval % divisor  
public MethodPadLeftReturns a new string that right-aligns the characters in this instance by padding them with spaces on the left, for a specified total length.  
public MethodPadRightReturns a new string that left-aligns the characters in this string by padding them with spaces on the right, for a specified total length.  
public MethodRemoveReturns a new string in which all the characters in the current instance, beginning at a specified position and continuing through the last position, have been deleted.  
public MethodReplaceReturns a new string in which all occurrences of a specified string in the current instance are replaced with another specified string.  
public MethodRightRetrieves a substring from this instance. The substring starts at at a specified character position.  
public MethodRoundRounds a Decimal value to a specified number of decimal places.  
public MethodSubstringRetrieves a substring from this instance. The substring starts at a specified character position and has a specified length.  
public MethodTextTexts the specified value.  
public MethodThrowErrorOverloaded. Throws a JScript exception with a customizable error message. (Inherited from Selerix.Foundation.Interfaces.Services.Event)
public MethodTodayGets a DateTime object that is set to the current date and time on this computer, expressed as the local time.  
public MethodToLowerReturns a copy of this string converted to lowercase.  
public MethodToUpperThe uppercase equivalent of the current string.  
public MethodTrimRemoves all leading and trailing white-space characters from the current String object.  
public MethodTrimEndRemoves all trailing occurrences of a set of characters specified in an array from the current String object.  
public MethodTrimStartRemoves all leading occurrences of a set of characters specified in an array from the current String object.  
Top

See Also

© 2024 All Rights Reserved.