Records 1 to 10 of 10
Browse Category
» Application
» Arc » AVI » Bitmap » Brush » Caret » Character » Clipboard » Color » Compress » Console » Cryptographic » Currency » Cursor » Date/Time » DDE » Device » Display » DLL » Drives » Ellipse » File » Font » FTP » HotKey » Icon » ImageList » Inet » INI-Files » Internet » Joystick » Keyboard » Memory » Menu » MIDI » Network » Objects » Pen » Picture » Polygon » Ports » Printer » Process » Rectangle » Registry » ScrollBar » Sound » Strings » System » Tape » Text » Timer » Triangle » Wait » Window |
10 Strings API Function
Sort: Most Viewed | Highest Rated | A-Z | Z-A
lstrlenWThe lstrlen function returns the length in bytes (ANSI version) or characters (Unicode version) of the specified string (not including the terminating null character)....Hits: 1912 Rating: (2.89) votes 354
lstrcmpiThe lstrcmpi function compares two character strings. The comparison is not case sensitive....Hits: 1438 Rating: (3.02) votes 388
lstrcmpThe lstrcmp function compares two character strings. The comparison is case sensitive....Hits: 1625 Rating: (2.93) votes 378
GetCurrencyFormatThe GetCurrencyFormat function formats a number string as a currency string for a specified locale....Hits: 1368 Rating: (2.96) votes 276
CompareStringThe CompareString function compares two character strings, using the locale specified by the given identifier as the basis for the comparison....Hits: 1800 Rating: (3.15) votes 323
GetNumberFormatThe GetNumberFormat function formats a number string as a number string customized for a specified locale....Hits: 1985 Rating: (2.76) votes 390
lstrcpynlstrcpyn a sequence of characters from the source string to the target string. Note that the target string must initially contain at least one more character than the desired number of characters to copy to allow for the terminating null character. The function returns 1 if successful, or 0 if an er...Hits: 1637 Rating: (2.96) votes 444
lstrcpylstrcpy copies the entire contents of a string from one string variable to another. Any terminating null character will also be copied to the receiving string. The function returns 1 if successful, or 0 if an error occured. ...Hits: 1501 Rating: (3.05) votes 494
lstrlenlstrlen determines the length of a string. The length of a string is considered to be the number of characters it contains, not counting any possible terminating null character. The function returns the length of the string. ...Hits: 1808 Rating: (3.09) votes 503
Records 1 to 10 of 10
|