convert FString to string without using TCHAR_TO_UTF8

Hello,

It seems TCHAR_TO_UTF8 is deprecated and need to use StringCast<UTF8CHAR>(PtrToTChar) instead.
Wondering if there is way to convert from FString to String with StringCast

Thanks