OpenCMISS-Iron Internal API Documentation
strings::vstringtouppercase Interface Reference

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...
 

Detailed Description

Returns a varying string which is the uppercase equivalent of the supplied string.

Definition at line 255 of file strings.f90.

Member Function/Subroutine Documentation

type(varying_string) function strings::vstringtouppercase::vstring_to_uppercase_c ( character(len=*), intent(in)  STRING)
private

Returns a varying string which is uppercase equivalent of the supplied character string.

Parameters
[in]stringThe string to convert
Returns
On exit, the uppercase equivalent of the string

Definition at line 1872 of file strings.f90.

type(varying_string) function strings::vstringtouppercase::vstring_to_uppercase_vs ( type(varying_string), intent(in)  STRING)
private

Returns a varying string which is uppercase equivalent of the supplied varying string.

Parameters
[in]stringThe string to convert
Returns
On exit, the uppercase equivalent of the string

Definition at line 1897 of file strings.f90.