OpenCMISS-Iron Internal API Documentation
|
Returns a character string which is the uppercase equivalent of the supplied string. More...
Private Member Functions | |
character(len=len(string)) function | character_to_uppercase_c (STRING) |
Returns a character string which is uppercase equivalent of the supplied character string. More... | |
character(len=len(string)) function | character_to_uppercase_vs (STRING) |
Returns a character string which is uppercase equivalent of the supplied varying string. More... | |
Returns a character string which is the uppercase equivalent of the supplied string.
Definition at line 77 of file strings.f90.
|
private |
Returns a character string which is uppercase equivalent of the supplied character string.
[in] | string | The string to convert |
Definition at line 1822 of file strings.f90.
|
private |
Returns a character string which is uppercase equivalent of the supplied varying string.
[in] | string | The string to convert |
Definition at line 1847 of file strings.f90.