In the name of the function, the word get superfluous since function by definition returns a value.
// Incorrect:
Function GetNameByCode()
// Correct:
Function NameByCode()
In the name of the function, the word get superfluous since function by definition returns a value.
// Incorrect:
Function GetNameByCode()
// Correct:
Function NameByCode()