标签: c++-cli managed-c++
我有一个名为CreateARecord的函数,其中包含两个System::String^个参数。我需要在检查它们是否为空之前修剪这些字符串。
CreateARecord
System::String^
void DNSService::CreateARecord(System::String^ hostName, System::String^ ipAddress)
如何修剪和检查空字符串?