OpenCMISS-Iron Internal API Documentation
|
Returns a varying string which is the uppercase equivalent of the supplied string. More...
Private Member Functions | |
type(varying_string) function | vstring_to_uppercase_c (STRING) |
Returns a varying string which is uppercase equivalent of the supplied character string. More... | |
type(varying_string) function | vstring_to_uppercase_vs (STRING) |
Returns a varying string which is uppercase equivalent of the supplied varying string. More... | |
Returns a varying string which is the uppercase equivalent of the supplied string.
Definition at line 255 of file strings.f90.
|
private |
Returns a varying string which is uppercase equivalent of the supplied character string.
[in] | string | The string to convert |
Definition at line 1872 of file strings.f90.
|
private |
Returns a varying string which is uppercase equivalent of the supplied varying string.
[in] | string | The string to convert |
Definition at line 1897 of file strings.f90.