c# - How change variable value depending on architecture -
title clear: how can change value in c# depending on destination architecture? in particular, want change string depending on x86 or x64. many thanks!
edit: need check if x64 office version installed if application x64 too.
environment.is64bitprocess
should trick
Comments
Post a Comment